/*PARA EL BUSCADOR DE REPORTES*/
.results tr[visible='false'],
.no-result{
  display:none;
}


.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px;  
  color:#ccc;
}
/*-----------------------------*/


/*Dropdown automático en barra de navegación*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*-----------------------------------------------*/



/*PARA EL BUSCADOR DE REPORTES*/
.results tr[visible='false'],
.no-result{
  display:none;
}

.results tr[visible='true']{
  display:table-row;
}

.counter{
  padding:8px; 
  color:#ccc;
}
/*-----------------------------*/



#cant_consultas{
    text-align: center; border-style: ridge; border-color: #1996aa; border-radius: 5px;box-shadow: 3px 3px 6px #999;font-family: arial; font-size: 12px;
}

/*Cambiar color de barra de navegacion*/
nav.navbar ul.nav li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-default .nav li a{
  color: white;
}

nav.navbar {
    background-color: #016b82;
}

table tr:nth-child(even) {
    background-color: #F4F1F7;
}

/*#div-input-tamanio input{
    width: 90%;
    margin-left: 5%;
}

#div-input-tamanio label{
    margin-left: 5%;

}*/

/*#contenedor-cargar li a{
    font-family: "Arial";
}
*/

.panel-default input{
    background-color: #F4F1F7;
    font-family: arial;
}

.panel-default select{
    background-color: #F4F1F7;
    font-family: arial;
}

.btn-consulta,
.btn-consulta:hover,
.btn-consulta:active {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1996aa;
  font-family: arial;
  font-size: 11px;
  
}

.panel-default{
    margin-top: 5%;
    border-color: #1996aa;
    border-radius: 10px;
    box-shadow: 3px 3px 6px #999; 
}

.panel-default > .panel-heading-consulta {
  background-color: #1996aa;
  color: white;
  border-color: #1996aa;
  font-family: "Arial";
  border-radius: 7px;

 }

 .panel-default table{
  font-family: "Arial";

 }

 label{
    font-family: "Arial";
}

/**,*.after, *.before{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contenedor_carga{
    background-color: rgba(250, 240, 245, 0.9);
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 10000;
}

#carga{
    border: 15px solid #ccc;
    border-top-color: #F4266A;
    border-top-style: groove;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

@keyframes girar{
    from{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}*/


#contenido_derecha
{
 padding: 10px;
 overflow: hidden;
}
 
#area_invalidar
{
 float: left;
 border-style: solid;
 border-width: 2px;
 width: 250px;
 height: 160px;
}
 
#area_invalidar p
{
 padding: 2px 10px;
}
 
/*
Clases CSS de interés
>>>>>>>>>>>>>>>>>>>>>>>>>
*/
.clase_area_invalidar
{
 position: relative;
}
 
.clase_panel_carga
{
 position: absolute;
 width: 100%;
 height: 100%;
 /* Opacidad para Internet Explorer */
 filter:alpha(opacity=70);
 /* Opacidad en CSS3 estándar */
 opacity: 0.7;
 background-color: #FFFFFF;
 background-image:url('/img/cargando.gif');
 background-repeat:no-repeat;
 background-position:center;
 z-index: 10;
 visibility: hidden;
}
/*---------------------------PARA ARRIBA ES DE PRUEBA------------------------------*/
.titulo_boton {
  float:left; 
  padding:5px;  
  background-color:#e6e6e6;
  width:200px;
  font-family:helvetica;
  font-size:16px;
  font-weight:bold;
}
.boton_mostrar {
 
  font-size:12px;
  line-height:20px;
  color:#DE7217;
}
#contenido{
  float:left;
  clear:both;
  border:2px solid #e6e6e6;
  margin-top:2px;
  padding:5px;
  width:100%;
  overflow:auto;
  font-family:helvetica;
  font-size:14px;
  text-align: justify;
}

.modalDialog {
        width: 100%;
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }
    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }
    .modalDialog > div {
        width: 75%;
        position: relative;
        margin: 5% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        /*background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);*/
      -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    }
    .close {
        background: blue;
        color: #FFFFFF;
        line-height: 25px;
    /*  position: absolute;*/
        /*right: -12px;*/
        text-align: center;
        top: -10px;
        width: 30px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }
    .close:hover { background: #00d9ff; }



    #modalCampos{
        width: 75%;
        position: relative;
        margin: 5% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        /*background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);*/
      -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    }

/*----------------Scroll del registro por fechas de cliente---------------------------------------------*/

scroll-container {
  display: block;
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}
scroll-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 5em;
}

/*Modal de las listas*/
#modalListasEstilo{
      width: 90% !important;
    }


#estiloContrapartes{
    width: 60% !important;
  }

/*-----------------------------------------TABS DE CONSULTAS------------------------------------------*/
#consultas p {
  margin: 0 0 20px;
/*  line-height: 1.5;*/
  font-size: 1.5rem;
  text-align: left;
  font-family: arial;
}


#consultas section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  width: 100%;
}

#consultas input {
  display: none;
}

#content1 input {
  display: inline;
}

#content2 input {
  display: inline;
}

#content3 input {
  display: inline;
}


#consultas label {
  /*width: 50%;*/
  font-size: 1.7rem;
  font-family: arial;
  display: inline-block;
  margin: 0 0 -1px;
  padding: 10px 30px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
}

#consultas h3 {
  color: black;
  font-family: arial;
}

/*label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}*/

/*label[for*='1']:before { content: '\f1cb'; }*/
/*label[for*='2']:before { content: '\f17d'; }
label[for*='3']:before { content: '\f16b'; }
label[for*='4']:before { content: '\f1a9'; }*/

/*Cuando se coloca el maouse encima de algun tap cambia el color del labe*/
#consultas label:hover {
  color: #016b82;
  cursor: pointer;
}

/*Despues de ser seleccionado el tab*/
#consultas input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 3px solid #016b82;
  border-bottom: 1px solid #fff;
  /*background-color: #BDB1D0;*/
}


.bs-example{
    margin: 20px;
}
a{
    font-family: arial;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab3-1:checked ~ #content5,
#tab4:checked ~ #content4,
#tab7:checked ~ #content7,
#tab6:checked ~ #content6,
#tab8:checked ~ #content8,
#tab9:checked ~ #content9,
#tab10:checked ~ #content10,
#tab11:checked ~ #content11,
#tab12:checked ~ #content12,
#tab13:checked ~ #content13{
  display: block;
}


/*----------------------LISTA DESPLEGABLE DEPARTAMENTOS------------------*/
* {
  box-sizing: border-box;
}

/*the container must be positioned relative:*/
.autocomplete_pais {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_cargo {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_dep {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_municipio {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_actividad_economica {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_profesion {
  position: relative;
  display: inline-block;
}

/*the container must be positioned relative:*/
.autocomplete_sector {
  position: relative;
  display: inline-block;
}

input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}

input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}

input[type=submit] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete_pais-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}


.autocomplete_cargo-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}


.autocomplete_dep-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete_municipio-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete_actividad_economica-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete_profesion-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete_sector-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete_pais-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_cargo-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_dep-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_municipio-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_actividad_economica-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_profesion-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_sector-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete_pais-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete_cargo-items div:hover {
  background-color: #e9e9e9; 
}


.autocomplete_dep-items div:hover {
  background-color: #e9e9e9; 
}

/*when hovering an item:*/
.autocomplete_municipio-items div:hover {
  background-color: #e9e9e9; 
}

/*when hovering an item:*/
.autocomplete_actividad_economica-items div:hover {
  background-color: #e9e9e9; 
}

/*when hovering an item:*/
.autocomplete_profesion-items div:hover {
  background-color: #e9e9e9; 
}

/*when hovering an item:*/
.autocomplete_sector-items div:hover {
  background-color: #e9e9e9; 
}

.autocomplete_pais-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete_cargo-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete_dep-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/*when navigating through the items using the arrow keys:*/
.autocomplete_municipio-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete_actividad_economica-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete_profesion-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

.autocomplete_sector-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}


/*---------------ESTILO DEL CHECKBOX---------------*/
input[type=checkbox] {
     position: relative;
     cursor: pointer;
}

input[type=checkbox]:before {
     content: "";
     display: block;
     position: absolute;
     width: 16px;
     height: 16px;
     top: 0;
     left: 0;
     border: 2px solid #016b82;
     border-radius: 3px;
     background-color: white;
}

input[type=checkbox]:checked:after {
     content: "";
     display: block;
     width: 5px;
     height: 10px;
     border: solid black;
     border-width: 0 2px 2px 0;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
     position: absolute;
     top: 2px;
     left: 6px;
}

/*---------------------- COLOR TOOLTIP----------------------------*/
.red-tooltip + .tooltip > .tooltip-inner {background-color: #016b82;text-align: left;}

/*ESTILOS DE MENU*/
body {
  font-family: 'arial';
  background: #fafafa;
}

      
.link_menu{
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 8px;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 350px;
  position: fixed;
  top: 0;
  left: -350px;
  height: 100vh;
  z-index: 999;
  background: #1996aa;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #1996aa;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  background: #fff;
  color: #1996aa;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

/*Color de fondo de espacio del nombre de usuario*/
#sidebar .sidebar-header {
  padding: 20px;
  background: #016b82;
  border-bottom: 20px solid #1996aa;
}

/*estilo del separador entre cada módulo*/
#sidebar ul.components {
  margin-bottom: 0px;
  border-bottom: 4px solid #7ad3e1;
  margin-right: 5%;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}

/*cambiar color cuando paso el mouse sobre la opción*/
#sidebar ul li a:hover {
  color: #025360;
  background: #23bccc;
}

/*Color de las opciones*/
#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #016b82;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*Colores de las opciones*/
ul ul a.article {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #1996aa;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}

ul[name="nivel_1"]{
  margin-left: 5%;
}

ul[name="nivel_2"]{
  margin-left: 10%;
  list-style-type: disc !important;
}

ul[name="nivel_3"]{
  margin-left: 15%;
  list-style-type: disc !important;
}

ul[name="nivel_4"]{
  margin-left: 20%;
  list-style-type: disc !important;
}
  

